home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / PhotoSuite II / DATA1.CAB / English_Resources / WorkflowsComponent / Photos / EditorGetTwain.wkf < prev    next >
Encoding:
Text File  |  1999-01-08  |  932 b   |  43 lines

  1. ////////////////////////////////////////////////////////////////
  2. //
  3. //    EditorGetTwain.wkf
  4. //
  5. //     Main workflow for the Twain handling page
  6. //
  7.  
  8. //
  9. //    Source of catalog stuffer
  10. //
  11.  
  12. 10    STRING    camera:MGIQUERYTWAIN/                // TWAIN source enumerator
  13. 11    7D0DF7C0-D74F-11D0-AEE0-00C0A84E4071        // Loader for it
  14. 12    STRING    file:/resources/CatalogsComponent!Common!_Empty.pza        // Target for listbox    
  15.  
  16. //
  17. //    Destination of catalog stuffer
  18. //
  19.  
  20. // Temporarily send to an msc file
  21. 20    STRING    dummy
  22.  
  23. //
  24. //    Generic parameters for Catalog stuffer
  25. //
  26.  
  27. 40    STRING    Photo    // Filename prefix
  28. 41    INTEGER    0 0 1    // Add to album flag
  29.  
  30. //
  31. //    Catalog stuffer
  32. //
  33.  
  34. 50    AA009740-9576-11D1-8445-0080C851B1BB
  35.  
  36.  
  37. LINK    10 0 11 0            // Load the Source list
  38.  
  39. LINK    12 0 50 0            // CatalogSource Moniker to Stuffer
  40. LINK    40 0 50 1            // Filename Prefix
  41. LINK    41 0 50 2            // Add to album flag
  42. LINK    20 0 50 3            // Destination Moniker to Stuffer
  43.